NET_SDK_EditNetPortCfg¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
Network port configuration interface, set device HTTPS switch.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, return value of NET_SDK_Login. |
| bHttpsSwitchin | BOOL | HTTPS switch (TRUE: on, FALSE: off). |
Return Value¶
-
Type:BOOL
-
Remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None